home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2163 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: nntp.teleport.com!sschaem
  2. From: sschaem@teleport.com (Stephan Schaem)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Is a real good mpeg player possible on the amiga ?
  5. Date: 27 Jan 1996 23:42:15 GMT
  6. Organization: Teleport - Portland's Public Access (503) 220-1016
  7. Message-ID: <4eed8n$pte@maureen.teleport.com>
  8. References: <4e2gqu$5ca@caers3.unicaen.fr> <oj6ensqud6u.fsf@hpsrk.fc.hp.com> <4e5l6r$r5l@ulke.hiMolde.no> <4e616e$9hq@serpens.rhein.de>
  9. NNTP-Posting-Host: julie.teleport.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Michael van Elst (mlelstv@serpens.rhein.de) wrote:
  13. : runee@hai.hiMolde.no (Rune Espeseth) writes:
  14.  
  15. : >Maybe when someone gets their finger out and start making an mpeg-player 
  16. : >that supports cybergraphics (24bit) speeds will start showing.
  17. : >(Won't have to do c2p and color-decoding to 8 bit.)
  18. : >So, anyone ? :)
  19.  
  20. : Most 24bit output modes in mp1.03 do not have to do c2p or
  21. : color-decoding to 8bit. However, they still have to convert
  22. : from 24bit YUV to 24bit RGB and transfer the data to the card.
  23. : And no, these aren't significantly faster (depending on your
  24. : graphics card these are even slower).
  25.  
  26.  If you had something like 'direct draw', something you are totaly
  27.  oposed too, and say is no speed advantage, you could interleave
  28.  pixel write with pixel calculation.
  29.  ex, is if your cpu can decode .5 million pixel second and your
  30.  video card as a bandwidth of .5 mpix second... if you do decode
  31.  then copy VS decode+write you will run twice slower (Worse case).
  32.  Also mp would not run slower on a firecracker VS cybergfx unless
  33.  the decoding take less then the card bandwidth.
  34.  Maybe the least would be YUV to RGB free...
  35.  
  36.  Stephan
  37.